*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    background-color: rgb(37, 34, 34);
    font-family: sans-serif;
    /* background-image: url(Images/background.jfif); */
    background-size: cover;
    color: white;
}
.header{
    margin-top: -4%;
}
.logo{
    font-size: 50px;
    margin-left: 5%;
    color: orange;
    text-decoration: none;
    
}
/* .nav{
    display: flex;
    width: 100%;
} */
#navbar{
    font-size: 20px;
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 2%;
    margin-top: -3%;
    margin-right: 5%;
}
#services{
    cursor: pointer;
    color: black;
    font-size: large;
    width: fit-content;
    text-align: center;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
}
.menu1{
    color: black;
    font-size: large;
    width: 8%;
    height: 30px;
    background-color: orange;
    border: none;
    font-weight: bold;
    text-align: center;
    
}
.logindiv{
    display: flex;
    gap: 20%;
}
.login{
    width: 100px;
    height: 30px;
    background-color: aqua;
    border: aqua;
    cursor: pointer;
}
.signup{
    width: 100px;
    height: 30px;
    background-color: aqua;
    border: aqua;
    cursor: pointer;
}
#x{
    display: none;
    transition: .8s;
}
.menu0{
    display: flex;
    justify-content: center;
    color: orange;
    border: none;
    font-weight: bold;
    font-size: 250%;
}
.menusec{
    display: flex;
    gap: 2%;
    align-items: center;
    justify-content: center;
    color: black;
    
}
.bld{
    background-color: orange;
    /* background-image: url(Images/black_and_blue_burger_95881_16x9.jpg); */
    margin-top: 1%;
    width: 30%;
    font-size: 20px;
    height: 50px;
    padding-top: 1%;
    text-align: center;
    
}
.bld2{
    background-color: orange;
    /* background-image: url(Images/egusi.jpg); */
    background-size: cover;
    margin-top: 1%;
    width: 30%;
    font-size: 20px;
    height: 50px;
    padding-top: 1%;
    text-align: center;
}
.bld3{
    background-color: orange;
    /* background-image: url(Images/FRIED\ rice.jpg); */
    background-size: cover;
    margin-top: 1%;
    width: 30%;
    font-size: 20px;
    height: 50px;
    padding-top: 1%;
    text-align: center;
}
.menu{
    display: flex;
    gap: 2%;
    align-items: center;
    justify-content: center;
    margin-top: .5%;
    
}
.breakfast{
    width: 30%;
    font-size: 20px;
    height: 50px;

}
.burger{
    width: 100%;
    height: 200px;
    border-radius: 5%;
}

.lunch{
    
    width: 30%;
    font-size: 20px;
    height: 50px;

}


.dinner{
    width: 30%;
    font-size: 20px;
    height: 50px;
}
.price{
    color: orange;
}


















/* PHONE VIEW */

@media screen and (max-width:800px){
    *{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    body{
        padding: 0;
        margin: 0;
        box-sizing: border-box;
        background-color:  black;
        
    }
    .header{
        background-color: orange;   
        color: white;
        margin-top: -1%;
        transition: 1s;
    }
    .logo{
        font-size: 30px;
        margin-left: 5%;
        padding-top: 2%;
        color: black;   
    }
    #navbar{
        font-size: 15px;
        display: none;
        flex-direction: column;
        transition: .8s;
        line-height: 100%;
        
    }
    #services{
        cursor: pointer;
        width: fit-content;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        margin-left: 40%;
    }
    .menu1{
        margin-top: 8%;
        text-decoration: none;
    }
   
    .logindiv{
        display: flex;
        flex-direction: column;
        gap: 15px;
        padding-top: 3%;
    }
    .login{
        width: 100px;
        height: 30px;
        background-color: aqua;
        border: aqua;
        cursor: pointer;
        border-radius: 10%;
    }
    .signup{
        width: 100px;
        height: 30px;
        background-color: aqua;
        border: aqua;
        cursor: pointer;
        margin-bottom: 2%;
        border-radius: 10%;
    }
    
    #span1{
        width: 50px;
        height: 50px;
        background-color: transparent;
        border-radius: 4px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;    
        margin-left: 80%;
        margin-top: -12%;
        transition: .5s ease-in;
        cursor: pointer;
    }
    #span1 p{
        background-color: black;
        width: 57%;
        height: 3px;
        border-radius: 1.5px;
        margin-top: 4px;
        transition: .8s;
    }
    #x{
        display: flex;
        transition: .8s;
        cursor: pointer;
        margin-left: 90%;
        margin-top: -5%;
        color: black;
    }

    .menusec{
        display: flex;
        gap: 2%;
        align-items: center;
        justify-content: center;
        
    }
    .bld{
        background-color: orange;
        /* background-image: url(Images/black_and_blue_burger_95881_16x9.jpg); */
        background-size: cover;
        margin-top: 2%;
        width: 30%;
        font-size: 16px;
        height: 35px;
        padding-top: 2.5%;
        text-align: center;
    }
    .bld2{
        background-color: orange;
        /* background-image: url(Images/egusi.jpg); */
        background-size: cover;
        margin-top: 2%;
        width: 30%;
        font-size: 16px;
        height: 35px;
        padding-top: 2.5%;
        text-align: center;
    }
    .bld3{
        background-color: orange;
        /* background-image: url(Images/FRIED\ rice.jpg); */
        background-size: cover;
        margin-top: 2%;
        width: 30%;
        font-size: 16px;
        height: 35px;
        padding-top: 2.5%;
        text-align: center;
    }
    .menu{
        display: flex;
        gap: 2%;
        align-items: center;
        justify-content: center;
        margin-top: .5%;
        
    }
    .breakfast{
        width: 30%;
        font-size: 80%;
        height: 50px;
        margin-top: 2%;
    }
    .breakfast img{
        height: 100px;
    }
    .burger{
        width: 100%;
        height: 200px;
        border-radius: 5%;
    }
    
    .lunch{
        width: 30%;
        font-size: 80%;
        height: 50px;
        margin-top: 2%;
    }
    .lunch img{
        height: 100px;
    }
    
    .dinner{
        width: 30%;
        font-size: 80%;
        height: 50px;
        margin-top: 2%;
    }
    .dinner img{
        height: 100px;
    }
    .price{
        color: orange;
    }











}



















